home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / shared.dir / 00675_Script_675 < prev    next >
Text File  |  1994-12-01  |  295b  |  13 lines

  1. --This is called from the individual topics
  2. -- from the frame with the movie playing
  3.  
  4. on checkMovie
  5.   global movieLength
  6.   
  7.   if the movieTime of sprite 10 = movieLength then
  8.     showPlay
  9.     set the movieRate of sprite 10 to 0
  10.     set the movieTime of sprite 10 to 0
  11.   end if
  12.   
  13. end